home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / src / xconq-7.1.0 / test / tiny.g < prev    next >
Encoding:
Text File  |  1996-07-07  |  302 b   |  22 lines  |  [TEXT/R*ch]

  1. (game-module "tiny"
  2.   (blurb "A very small world")
  3.   (notes "This is useful for debugging graphics stuff")
  4.   (base-module "standard")
  5.   )
  6.  
  7. (add town start-with 1)
  8.  
  9. (set sides-min 1)
  10. (set sides-max 1)
  11.  
  12. (side 1)
  13.  
  14. (world (circumference 5))
  15.  
  16. (area 5 4 (terrain
  17.   "abcde"
  18.   "abcde"
  19.   "abcde"
  20.   "abcde"
  21. ))
  22.